﻿@charset "utf-8";

/*
 * Overview: Reset & Function & Global
 * Site: http://f2e.adee.cn
 */

/** Reset **/
a, blockquote, button, body, code, dd, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, hr, html, i, input, iframe, img, label, li, legend, object, ol, p, pre, small, span, strong, sub, sup, table, tbody, td, th, thead, tr, ul { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark { display: block; margin: 0; padding: 0; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
time { display: inline; }
mark { color: #333; background: #ff0; }
html { color: #333; background-color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1', sans-serif; }
input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
b, strong { font-weight: 700; }
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: Tahoma, Arial; }
small { font-size: 80%; }
ul, ol, li { list-style: none; }
a { color: #333; text-decoration: none; cursor: pointer; }
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
a:active { color: #333; text-decoration: none; }
sup, sub { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
legend { color: #333; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-weight: inherit; }
input, button, textarea, select { font-size: 100%\9; }
pre { white-space: pre-wrap; word-wrap: break-word; }
table { max-width: 100%; border-collapse: collapse; border-spacing: 0; background-color: transparent; }
th { text-align: inherit; }
fieldset, img { border: 0; }
a img {  border-width: 0; vertical-align: top; }
iframe { display: block; }
del { text-decoration: line-through; }

@font-face{
   font-family: 'HelveticaNeueLTPro-ThEx';
   src: url('../font/HelveticaNeueLTPro-ThEx.otf');
   src: url('../font/HelveticaNeueLTPro-ThEx.woff') format('woff'), url('../font/HelveticaNeueLTPro-ThEx.eot');
}

/** Function **/
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: '\0020'; clear: both; height: 0; }
.fn-clear { zoom: 1; }
.fn-clearfix { visibility: hidden; clear: both; }
.fn-left, .fn-right { display: inline; }
.fn-left { float: left; }
.fn-right { float: right; }


/** Golbal **/
.width { width: 1203px; /* min-width: 1203px; */ margin-left: auto; margin-right: auto; }

/* Header */
.header { /* min-width: 1203px; */ position: relative; width: 100%; height: 76px; border-bottom: 1px solid #3a3a3a; background-color: #000; }
.header .width { position: relative; }
/* logo */
.header .logo { display: block; width: 218px; float: left; }
.header .logo a { display: block; width: 100%; }
.header .logo a:hover { opacity: 0.8; }

/* nav */
.nav { position: absolute; top: 0; right: 0; height: 76px; float: right; }
.nav li { display: inline-block; *display: inline; *zoom: 1; }
.nav li a { padding: 0 25px; display: block; height: 76px; line-height: 76px; font-size: 14px; color: #fefefe; }
.nav li.active a { border-bottom: 1px solid #a97e22; }
.nav li a:hover { color: #f6cd74; /* border-bottom: 1px solid #a97e22; */ }
.nav-btn { display: none; }

/* Footer */
.footer { width: 100%; background-color: #333; height: 345px; overflow: hidden; }
.footer .width { display: flex; justify-content: space-between; height: 284px; border-bottom: 1px solid #484848; }
.footer-item-1 { padding-top: 66px; }
.footer-item-1 ul { margin-top: 31px; }
.footer-item-1 li { font-size: 14px; color: #b6b6b6; line-height: 30px; }
.footer-item-1 hgroup { display: block; font-size: 22px; line-height: 32px; color: #fff; }
.footer-item-1 h2,
.footer-item-1 h3 { display: inline-block; }
.footer-item-1 h3 { font-size: 16px; color: #929292; font-family: 'HelveticaNeueLTPro-ThEx'; text-transform: uppercase; }
.footer-item-1 h3 strong { font-size: 22px; padding-right: 6px; }

.footer-item-2 { padding-right: 80px; padding-top: 93px; }
.footer-item-2 h2 { display: block; padding-left: 54px; height: 43px; line-height: 44px; font-size: 14px; color: #b6b6b6; background: url(../images/footer-phone.png) left center no-repeat;  }
.footer-item-2 h3 { color: #e8c77f; font-size: 36px; font-family: 'HelveticaNeueLTPro-ThEx'; }
.footer-item-3 { padding-top: 73px; }

.footer .copyright { width: 100%; text-align: center; font-size: 14px; color: #bebebe; height: 58px; line-height: 58px; }


@media only screen and (min-width: 640px) {

	body { min-width: 1205px; }

}

@media only screen and (max-width: 640px) {

	.width { width: 90%; }

	.header { height: 52px; position: fixed; top: 0; left: 0; z-index: 9999; }
	.header .width { display: flex; justify-content: space-between; align-items: center; }

	.header .logo { width: auto; }
	.header .logo img { height: 46px; }

	.nav { position: fixed; top: 52px; right: 0; width: 120px; height: auto; z-index: 9999; background-color: #000; transform: translateX(100%); }
	.nav li { width: 100%; display: block; text-align: center; }
	.nav li a { height: 52px; line-height: 52px; }
	.nav li.active a { color: #f6cd74; border-bottom: none; }

	.nav.active { transform: translateX(0%); transition-duration: 0.6s; }

	.nav-btn { display: block; height: 37px; width: 28px; padding-top: 15px; }
	.nav-btn i { display: block; width: 100%; height: 2px; margin: 3px 0; background-color: #fff; float: right; }

.footer { height: auto; }
     .footer .width { display: block; height: auto; }
	.footer-item-1 { display: block; width: 100%; padding-top: 40px; }
	.footer-item-1 ul { margin-top: 10px; }

	.footer-item-2 { padding-top: 20px; padding-right: 0; }


	.footer-item-3 { padding-top: 20px; text-align: center; padding-bottom: 30px; }

}